home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / ECTOOL32.EX_ / 0 / RCDATA / TGAUGEDIALOG / TGAUGEDIALOG.txt
Text File  |  1997-04-19  |  753b  |  40 lines

  1. object GAugeDialog: TGAugeDialog
  2.   Left = 172
  3.   Top = 206
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 51
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 297
  23.     Height = 33
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvLowered
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object Gauge: TProgressBar
  29.       Left = 2
  30.       Top = 2
  31.       Width = 293
  32.       Height = 29
  33.       Align = alClient
  34.       Min = 0
  35.       Max = 100
  36.       TabOrder = 0
  37.     end
  38.   end
  39. end
  40.